demos: Remove a dead assignment
authorTimm Bäder <mail@baedert.org>
Thu, 15 Oct 2020 05:15:48 +0000 (07:15 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 22 Oct 2020 15:46:34 +0000 (17:46 +0200)
demos/gtk-demo/font_features.c

index a8d0a5d68b7246d80307f68dfcb03126c5b94b55..c8f9ebf62ac0501a2ab8df7b30be49c600b3fc5e 100644 (file)
@@ -1068,7 +1068,6 @@ update_font_variations (void)
   unsigned int length;
   int i;
 
-  child = gtk_widget_get_first_child (variations_grid);
   while ((child = gtk_widget_get_first_child (variations_grid)))
     gtk_grid_remove (GTK_GRID (variations_grid), child);